ck2_ged for Crusader Kings II

Requires:         Crusader Kings II
                  Python (2.x)
Utility version:  2013.03.26
Readme version:   2012.03.26

----------------------------------------------------------------------
Description:

Converts a Crusader Kings II save file (.ck2) into a GEDCOM file
(.ged). This file can be interpreted by many different genealogy
software packages, providing the player a way to view the family
relations occuring within their game.

Can also produce .csv files for dynasties, characters, and families.

----------------------------------------------------------------------
Instructions:
Place copies of the following files into the same directory:
  - ck2_ged.py
  - The .ck2 file you wish to convert
  - dynasties.txt (found in the game's /common directory)
Run the script, follow the prompt, and wait a moment. When finished,
you will find a .ged file with the same name as the .ck2 file in the
directory.

Options for culling characters from the .ged file, and for outputting
.csv files, can be found at the top of the .py script (open it in a
basic word processor).

----------------------------------------------------------------------
Credits:

- Leyic
- Shawn Moore
- Paradox Interactive / the Crusader Kings II team
- Everyone who developed GEDCOM

----------------------------------------------------------------------
Permissions:

So long as you give credit where credit is due, you are free to use,
redistribute, and modify this mod however you wish. I'd appreciate it
if you'd let me know of any changes you make and release, however.

----------------------------------------------------------------------
History:

2013.03.26: -Updated code to work with newer updates of CKII. Changed behavior
of arrays that pulled info from dynastiesi.txt since they were being overwritten by information from the save file. Added code to proceed if a character has a single parent but not both.

2012.02.18: -.csv output for dynasties, characters, and families.
            -Minor changes.
2012.02.16: -Initial release.
